Vcenter Deployment Migrate MigrationAssistantSpec

Vcenter Deployment Migrate MigrationAssistantSpec
Vcenter Deployment Migrate MigrationAssistantSpec

This schema is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.

The Vcenter Deployment Migrate MigrationAssistantSpec schema contains the information needed to connect to the Migration Assistant that is running on the source windows vCenter Server machine.

This schema was added in vSphere API 7.0.0.0.

JSON Example
{
    "https_port": 0,
    "ssl_thumbprint": "string",
    "ssl_certificate": "string"
}
integer As int64 As int64
https_port
Optional

This property is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.

The HTTPS port being used by Migration Assistant.

This property was added in vSphere API 7.0.0.0.

If missing or null, port 9123 will be used.

string
ssl_thumbprint
Required

This property is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.

SHA1 thumbprint of the Migration Assistant SSL certificate that will be used for verification.

This property was added in vSphere API 7.0.0.0.

string
ssl_certificate
Optional

This property is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.

The SSL Certificate of the server that will be used for verification. The value should be a single x509 certificate encoded in PEM format.

This property was added in vSphere API 9.0.0.0.

This property is only relevant if #sslVerify is missing or null or has the value true.

Deprecated